JOYSTICK FIRE D

This command will return an integer value of one if the default joystick fire button D is pressed, otherwise zero will be returned.

  Syntax
Return Integer=JOYSTICK FIRE D()
  Returns

The command will return a value of one if the default joystick fire button d is pressed, otherwise zero will be returned

  Example Code
do
cls
print "joystick fire a "+str$(joystick fire a())
print "joystick fire b "+str$(joystick fire b())
print "joystick fire c "+str$(joystick fire c())
print "joystick fire d "+str$(joystick fire d())
print "joystick fire x "+str$(joystick fire x(0))
loop
end
  See also

INPUT Commands Menu
Index